projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79f3d9c
)
Fix 32-bit Haiku build
author
Po Lu
<luangruo@yahoo.com>
Wed, 16 Mar 2022 13:43:37 +0000
(13:43 +0000)
committer
Po Lu
<luangruo@yahoo.com>
Wed, 16 Mar 2022 13:43:37 +0000
(13:43 +0000)
* src/haikuselect.h (be_enum_message): Fix declaration for
32-bit types.
src/haikuselect.h
patch
|
blob
|
history
diff --git
a/src/haikuselect.h
b/src/haikuselect.h
index 14b779c36dcb443513ccdc141c6059bb4023758a..5b9abc7a8aaf74bb4d1a4109aa154a0ada865650 100644
(file)
--- a/
src/haikuselect.h
+++ b/
src/haikuselect.h
@@
-79,7
+79,7
@@
extern "C"
/* Free the returned data. */
extern void BClipboard_free_data (void *ptr);
- extern int be_enum_message (void *message, int32 *tc, int index,
+ extern int be_enum_message (void *message, int32 *tc, int
32
index,
int32 *count, const char **name_return);
extern int be_get_message_data (void *message, const char *name,
int32 type_code, int32 index,